Skip to content

Conversation

iga-gawronska
Copy link
Contributor

Motivation / Description

General edits to James's version of the doc.

james-od and others added 2 commits September 25, 2025 11:39
General edits across the documents. Took out some images, changed some wording.
@iga-gawronska iga-gawronska requested a review from a team as a code owner September 26, 2025 07:58
@iga-gawronska iga-gawronska requested review from MrEdwardo and removed request for a team September 26, 2025 07:58
Copy link

Preview this PR here: https://dev-docs.revenuecat.com/pr-1163/

@MrEdwardo
Copy link
Contributor

MrEdwardo commented Sep 30, 2025

@iga-gawronska would it make sense to pull out any Web Home specific content from this PR so we can merge it immediately? Then we can create a 2nd PR for the Web Home changes.

Or if there's too much overlap we can just maintain this PR for all the web home changes

@iga-gawronska iga-gawronska changed the title Web 3122 general edits and smoothing out the wording Web-3122 Web home - Documentation updates Sep 30, 2025
@iga-gawronska iga-gawronska marked this pull request as draft September 30, 2025 13:01
@MrEdwardo MrEdwardo marked this pull request as ready for review October 7, 2025 08:42
Copy link
Contributor

@MrEdwardo MrEdwardo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, added a couple of tweaks to make the Paddle path a bit more explicit. I think we should tackle broader changes separately to this PR

@MrEdwardo MrEdwardo merged commit ad344b0 into main Oct 7, 2025
4 checks passed
@MrEdwardo MrEdwardo deleted the WEB-3122-Iga-addons branch October 7, 2025 08:48
ekurutepe pushed a commit that referenced this pull request Oct 7, 2025
* [WEB-3122] Update web home docs

* Edits to WPL docs

General edits across the documents. Took out some images, changed some wording.

* small tweaks to web purchase links doc

* edit language around paddle vs. RC checkouts

---------

Co-authored-by: James O'Donnell <[email protected]>
Co-authored-by: Ed Shelley <[email protected]>
ekurutepe pushed a commit that referenced this pull request Oct 7, 2025
* [WEB-3122] Update web home docs

* Edits to WPL docs

General edits across the documents. Took out some images, changed some wording.

* small tweaks to web purchase links doc

* edit language around paddle vs. RC checkouts

---------

Co-authored-by: James O'Donnell <[email protected]>
Co-authored-by: Ed Shelley <[email protected]>
JayShortway pushed a commit that referenced this pull request Oct 10, 2025
* clarify test store

* introduce Test Store in Projects overview

* add a Test Store section

* Disable swcHtmlMinimizer in configuration (#1177)

Disable swcHtmlMinimizer to prevent layout issues.

* more Test Store details

* add Test Store info

* Test Store considerations in SDK config

* update launch checklist with test store

* sandbox testign with Test Store

* simplify

* add test store sandbox rules

* add clarification to Apple offer table

* add store_transaction_id to non subscriptions objects (#1167)

* added 60 min limitation to redemption link (#1179)

* Fixed RN code block awaiting for configure (#1180)

* logIn method alias behavior doc improvement (#1181)

* Bump the all group with 2 updates (#1185)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump crate-ci/typos from 1.36.3 to 1.37.2 (#1183)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Nihal Gonsalves <[email protected]>

* Bump @docusaurus/* from 3.8.1 to 3.9.1 (#1170)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Nihal Gonsalves <[email protected]>

* Update support for new_product_id in PRODUCT_CHANGE events (#1111)

* Support PRICE_INCREASE in Google (#1187)

* Web-3122 Web home - Documentation updates (#1163)

* [WEB-3122] Update web home docs

* Edits to WPL docs

General edits across the documents. Took out some images, changed some wording.

* small tweaks to web purchase links doc

* edit language around paddle vs. RC checkouts

---------

Co-authored-by: James O'Donnell <[email protected]>
Co-authored-by: Ed Shelley <[email protected]>

* update product config with Test Store

* add an overview for configuring products

* fix broken links

* add that test store API key will crash your app

* add Test Store required SDK versions

* Fix link in managing-subscriptions.mdx (#1190)

* fix required store versions

* fix the versions again

---------

Co-authored-by: Cody Kerns <[email protected]>
Co-authored-by: Muhammad-Sharif Moustafa <[email protected]>
Co-authored-by: Alfonso Embid-Desmet <[email protected]>
Co-authored-by: Guilherme <[email protected]>
Co-authored-by: Jeffrey Bunn <[email protected]>
Co-authored-by: Chris Perriam <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Nihal Gonsalves <[email protected]>
Co-authored-by: Mark Villacampa <[email protected]>
Co-authored-by: Greenie <[email protected]>
Co-authored-by: Iga <[email protected]>
Co-authored-by: James O'Donnell <[email protected]>
Co-authored-by: Ed Shelley <[email protected]>
Co-authored-by: Egor Neliuba <[email protected]>
ekurutepe added a commit that referenced this pull request Oct 16, 2025
… LLMs (#1188)

* Add CloudFront Functions for content negotiation to serve markdown to LLMs

Implements automatic serving of markdown versions of documentation based on:
- Accept headers (text/markdown, text/plain)
- LLM User-Agent detection (ClaudeBot, GPTBot, Gemini, etc.)
- Link headers in HTML responses for discoverability

Functions auto-deploy via Azure pipeline. Manual CloudFront distribution
association required (one-time setup).

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <[email protected]>

* Fix URI parsing bug and remove response handler

- Fixed URI parsing to handle paths with dots (e.g., /docs/v1.0/guide)
- Removed response handler (Link headers unnecessary - HTML <link> tags sufficient)
- Simplified deployment pipeline to single function
- Updated README

Addresses review feedback from PR #1188

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <[email protected]>

* Update cloudfront-functions/content-negotiation-request.js

Co-authored-by: Copilot <[email protected]>

* Support PRICE_INCREASE in Google (#1187)

* Web-3122 Web home - Documentation updates (#1163)

* [WEB-3122] Update web home docs

* Edits to WPL docs

General edits across the documents. Took out some images, changed some wording.

* small tweaks to web purchase links doc

* edit language around paddle vs. RC checkouts

---------

Co-authored-by: James O'Donnell <[email protected]>
Co-authored-by: Ed Shelley <[email protected]>

* ci: fix stale workflow permissions (#1186)

---------

Co-authored-by: Claude <[email protected]>
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Greenie <[email protected]>
Co-authored-by: Iga <[email protected]>
Co-authored-by: James O'Donnell <[email protected]>
Co-authored-by: Ed Shelley <[email protected]>
Co-authored-by: Nihal Gonsalves <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants